Comment changes.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Jun 1993 21:40:36 +0000 (21:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Jun 1993 21:40:36 +0000 (21:40 +0000)
lisp/rot13.el

index d19a29db7dc8bdb7ca2b4d249cba8eb087be4062..d4df4a114db5d357c8c7df342064c65048cd72a2 100644 (file)
 
 ;; Commentary:
 
-;; The single entry point, `rot13-other-window', oerforms a Caesar cipher
+;; The single entry point, `rot13-other-window', performs a Caesar cipher
 ;; encrypt/decrypt on the current buffer and displays the result in another 
-;; window.  Rot13 encryption is sometimes used on USENET as a read-at-yur-
+;; window.  Rot13 encryption is sometimes used on USENET as a read-at-your-
 ;; own-risk wrapper for material some might consider offensive, such as
 ;; ethnic humor.
 ;;
-;; Written by Howard Gayle.  See case-table.el for details.
+;; Written by Howard Gayle.
 ;; This hack is mainly to show off the char table stuff.
 
 ;;; Code: